home *** CD-ROM | disk | FTP | other *** search
/ Introducing the New Way to Shop From Home / Introducing the New Way to Shop From Home (Iceland Foods) (2003).iso / pc / closing.dxr / Internal_223.ls < prev    next >
Encoding:
Text File  |  2003-01-21  |  176 b   |  8 lines

  1. on exitFrame me
  2.   global newVolume
  3.   gotoValue = 17 - ((newVolume + 1) / 16)
  4.   sprite(4).setVariable("goto", EMPTY & gotoValue)
  5.   sprite(4).goToFrame(5)
  6.   sprite(4).stop()
  7. end
  8.